object Form_Replace: TForm_Replace Left = 390 Top = 196 ActiveControl = Combo_Text BorderStyle = bsDialog Caption = 'Replace' ClientHeight = 145 ClientWidth = 385 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDeactivate = FormDeactivate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 5 Top = 10 Width = 56 Height = 13 Caption = '&Text to find:' FocusControl = Combo_Text end object Label2: TLabel Left = 5 Top = 40 Width = 65 Height = 13 Caption = 'Replace &with:' FocusControl = Combo_Replace end object Button_Find: TButton Left = 305 Top = 5 Width = 75 Height = 25 Hint = 'Find next match' Caption = '&Find next' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button_FindClick end object Button_Cancel: TButton Left = 305 Top = 95 Width = 75 Height = 25 Hint = 'Close this dialog box' Caption = 'Close' ModalResult = 2 TabOrder = 3 OnClick = Button_CancelClick end object Combo_Text: TComboBox Left = 80 Top = 5 Width = 216 Height = 21 ItemHeight = 13 MaxLength = 255 TabOrder = 4 OnChange = Combo_TextChange end object GroupBox_Opts: TGroupBox Left = 5 Top = 59 Width = 291 Height = 79 Caption = ' Options: ' TabOrder = 6 object CheckBox_MatchCase: TCheckBox Left = 10 Top = 18 Width = 97 Height = 17 Caption = '&Match case' TabOrder = 0 end object CheckBox_EntireScope: TCheckBox Left = 130 Top = 18 Width = 126 Height = 17 Caption = 'From T&op of Text' TabOrder = 3 end object CheckBox_WholeWordsOnly: TCheckBox Left = 10 Top = 37 Width = 97 Height = 17 Caption = 'W&hole words' TabOrder = 1 end object CheckBox_AllTabs: TCheckBox Left = 130 Top = 37 Width = 136 Height = 17 Caption = 'Search A&ll notes' TabOrder = 4 end object CheckBox_AllNodes: TCheckBox Left = 130 Top = 55 Width = 136 Height = 17 Caption = 'Search all tree &Nodes' TabOrder = 5 end object CheckBox_Confirm: TCheckBox Left = 10 Top = 55 Width = 97 Height = 17 Caption = '&Confirm replace' TabOrder = 2 end end object Combo_Replace: TComboBox Left = 80 Top = 35 Width = 216 Height = 21 ItemHeight = 13 MaxLength = 255 TabOrder = 5 end object Button_Replace: TButton Tag = 1 Left = 305 Top = 35 Width = 75 Height = 25 Hint = 'Find next match and replace it' Caption = '&Replace' TabOrder = 1 OnClick = Button_FindClick end object Button_ReplaceAll: TButton Tag = 2 Left = 305 Top = 65 Width = 75 Height = 25 Hint = 'Find and replace all matching text' Caption = 'Replace &All' TabOrder = 2 OnClick = Button_FindClick end object FormPlacement: TFormPlacement IniSection = 'ReplaceDlg' Options = [fpPosition] UseRegistry = True Left = 335 Top = 120 end end